* {
	padding: 0;
	margin: 0;
}

.heise{
	color: #000 !important;
}

.w1200px {
	width: 100%;
	height: auto;
	max-width: 1200px;
	margin: 0px auto;
}

.lanyao {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f9f9f9;
	padding: 3vw 0;
	margin: 0px auto;
	background-size: cover;
}

.lanyao_tl {
	text-align: center;
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	color: #393c3d;
	text-transform: uppercase;
}

.lanyao_tl span{
	color: #555;
}

.lanyao_en {
	color: #393c3d;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 36px;
	text-align: center;
}

.lanyao_txt {
	max-width: 80%;
	color: #393c3d;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin: 10px auto;
}

.lanyao_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.lanyao_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 10px;
	
	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex-box;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	
		
}

.lanyao_box img {
	display: block;
	margin: 30px auto;
	max-width: 80%;
}


.lanyao_box:hover img{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.lanyao_box_t1 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	text-align: left;
	width: 100%;
	/* background: #00519d; */
	margin: 0px auto;
}

.lanyao_box_txt {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	color: #393c3d;
}


.icontact{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f1f1f1;
	padding: 60px 0;
	margin: 30px auto;
}
.icontact_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}
.icontact_box{
	padding: 20px;
	background: #f9f9f9;
}

.icontact_box img{
	float: left;
	margin-right: 10px;
}
.icontact_box span{
	display: block;
	line-height: 25px;
	font-size: 16px;
}


@media screen and (max-width:1024px) {
	

	.w1200px {
		width: 100%;
		height: auto;
		max-width: 1200px;
		margin: 0px auto;
	}
	
	.lanyao {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f9f9f9;
		padding: 5vw 0;
		margin: 0px auto;
		background-size: cover;
	}
	
	.lanyao_tl {
		text-align: center;
		font-size: 30px;
		line-height: 38px;
		font-weight: 600;
		color: #393c3d;
		text-transform: uppercase;
	}
	
	.lanyao_tl span{
		color: #555;
	}
	
	.lanyao_en {
		color: #393c3d;
		font-size: 30px;
		text-transform: uppercase;
		line-height: 36px;
		text-align: center;
	}
	
	.lanyao_txt {
		max-width: 80%;
		color: #393c3d;
		text-align: center;
		font-size: 14px;
		line-height: 22px;
		margin: 10px auto;
	}
	
	.lanyao_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	
	.lanyao_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		border: 1px solid #ddd;
		border-radius: 10px;
		padding: 20px 0;
		
		display: grid;
		grid-template-columns: 1fr;
		gap: 0px;
		
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		
			
	}
	
	.lanyao_box img {
		display: block;
		margin: 5px auto;
		max-width: 40%;
	}
	
	.lanyao_box_t1 {
		font-size: 18px;
		font-weight: 500;
		color: #333;
		text-align: center;
		width: 100%;
		/* background: #00519d; */
		margin: 0px auto;
	}
	
	.lanyao_box_txt {
		text-align: center;
		font-size: 12px;
		line-height: 22px;
		color: #393c3d;
	}
	
	
	.icontact{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f1f1f1;
		padding: 60px 0;
		margin: 30px auto;
	}
	.icontact_list{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px auto 30px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 50px;
	}
	.icontact_box{
		padding: 20px;
		background: #f9f9f9;
	}
	
	.icontact_box img{
		float: left;
		margin-right: 10px;
	}
	.icontact_box span{
		display: block;
		line-height: 25px;
		font-size: 16px;
	}
	

}
